tex1 = "You are the left Line!\n\nThis game has basic Ping Pong rules, and advanced physics.\n\nControls: mouse click and mouse y-position.\n\nPlay a game about Points.";
}
else
{
if(_root.tex1 == "-1-")
{
_root.tex = "Der Computer hat gewonnen!";
}
else if(_root.tex1 == "-2-")
{
_root.tex = "Du hast gewonnen!";
}
else
{
_root.tex = "";
}
tex1 = "Du bist die link Linie!\n\nDies ist ein ganz normales Ping Pong Spiel, mit dynamischer Physik\n\nSteuerung: Maus Klick und Y Position.\n\nZielpunkte:";